home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.ISO / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / wizard / def / EDefAbstract.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-20  |  400 b   |  8 lines

  1. package asp.wizard.def;
  2.  
  3. public class EDefAbstract extends Exception {
  4.    public EDefAbstract(String msg) {
  5.       super(msg);
  6.    }
  7. }
  8.